From: Nick Hainke Date: Thu, 18 Jun 2020 12:02:51 +0000 (+0200) Subject: olsrd: bump to latest version X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=2b6a4e1beb06f8f467f11ba9ae2ab71628450898;p=feed%2Frouting.git olsrd: bump to latest version Fixes https://github.com/openwrt-routing/packages/issues/547 Signed-off-by: Nick Hainke --- diff --git a/olsrd/Makefile b/olsrd/Makefile index 5f4e1e3..7eb05e9 100644 --- a/olsrd/Makefile +++ b/olsrd/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2009-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -8,14 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=olsrd -PKG_VERSION:=0.9.8 -PKG_RELEASE=$(PKG_SOURCE_VERSION) +PKG_SOURCE_DATE:=2020-06-18 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/OLSR/olsrd.git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=v0.9.8 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz +PKG_SOURCE_VERSION:=84400e5cf56590cd2bd5bef2d224104d1bac4252 +PKG_MIRROR_HASH:=0511743e53505107fdb38fe1b355e145cd7bc1aa409dd0a6a2815bb14b63af73 PKG_BUILD_PARALLEL:=0 PKG_LICENSE:=BSD-3-Clause